Computer Network


Q231.

Consider the following statements. I. TCP connections are full duplex II. TCP has no option for selective acknowledgement III. TCP connections are message streams
GateOverflow

Q232.

On a TCP connection, current congestion window size is Congestion Window = 4 KB. The window size advertised by the receiver is Advertise Window = 6 KB. The last byte sent by the sender is LastByteSent = 10240 and the last byte acknowledged by the receiver is LastByteAcked = 8192. The current window size at the sender is:
GateOverflow

Q233.

Assume that the bandwidth for a TCP connection is 1048560 bits/sec. Let \alpha be the value of RTT in milliseconds (rounded off to the nearest integer) after which the TCP window scale option is needed. Let \beta be the maximum possible window size with window scale option. Then the values of \alpha and \beta are
GateOverflow

Q234.

Consider an instance of TCP's Additive Increase Multiplicative Decrease (AIMD) algorithm where the window size at the start of the slow start phase is 2 MSS and the threshold at the start of the first transmission is 8 MSS. Assume that a timeout occurs during the fifth transmission. Find the congestion window size at the end of the tenth transmission.
GateOverflow

Q235.

Which one of the following socket API functions converts an unconnected active TCP socket into a passive socket?
GateOverflow

Q236.

Which one of the following uses UDP as the transport protocol?
GateOverflow

Q237.

A program on machine X attempts to open a UDP connection to port 5376 on a machine Y, and a TCP connection to port 8632 on machine Z. However, there are no applications listening at the corresponding ports on Y and Z. An ICMP Port Unreachable error will be generated by
GateOverflow

Q238.

Host A sends a UDP datagram containing 8880 bytes of user data to host B over an Ethernet LAN. Ethernet frames may carry data up to 1500 bytes (i.e. MTU=1500 bytes). Size of UDP header is 8 bytes and size of IP header is 20 bytes. There is no option field in IP header. How many total number of IP fragments will be transmitted and what will be the contents of offset field in the last fragment?
GateOverflow

Q239.

The transport layer protocols used for real time multimedia, file transfer, DNS and email, respectively are
GateOverflow

Q240.

Which of the following functionalities must be implemented by a transport protocol over and above the network protocol ?
GateOverflow